Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PPAPI_Patch/Microsoft.Cpp.[platform].props.patch

Issue 11085093: Remove windows lines endings (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PatchRemove> 2 <PatchRemove>
3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.props" Cond ition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" /> 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.props" Cond ition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" />
4 </PatchRemove> 4 </PatchRemove>
5 <PatchAdd> 5 <PatchAdd>
6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.props" Cond ition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" /> 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.props" Cond ition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" />
7 </PatchAdd> 7 </PatchAdd>
8 <PatchRemove> 8 <PatchRemove>
9 <Import Condition="(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolset s\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).props'))" Project="$ (VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cp p.Win32.$(PlatformToolset).props"/> 9 <Import Condition="(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolset s\$(PlatformToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).props'))" Project="$ (VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cp p.Win32.$(PlatformToolset).props"/>
10 </PatchRemove> 10 </PatchRemove>
11 <PatchAdd> 11 <PatchAdd>
12 <Import Condition="(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolset s\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).props'))" Project="$ (VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cp p.PPAPI.$(PlatformToolset).props"/> 12 <Import Condition="(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolset s\$(PlatformToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).props'))" Project="$ (VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cp p.PPAPI.$(PlatformToolset).props"/>
13 </PatchAdd> 13 </PatchAdd>
14 <PatchRemove> 14 <PatchRemove>
15 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.props" Condi tion="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" /> 15 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.props" Condi tion="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" />
16 </PatchRemove> 16 </PatchRemove>
17 <PatchAdd> 17 <PatchAdd>
18 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.props" Condi tion="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" /> 18 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.props" Condi tion="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" />
19 </PatchAdd> 19 </PatchAdd>
20 </Project> 20 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698